.header { position: fixed; top: 0; width: 100%; z-index: 100; }
.header .header-container { height: 64px; }
.header .header-container .header-inner { width: 100%; }
.header .header-container .header-logo { height: 64px; }
.header .header-container .header-list li { font-size: 14px; color: #fff; position: relative; font-weight: bolder; line-height: 64px; margin-right: 54px; /*border-bottom: 4px solid transparent; border-radius: 2px;*/ }
.header .header-container .header-list li:last-child { margin-right: 0; }
.header .header-container .header-list li:after {display:none; content: ''; height: 4px; width: 100%; bottom: 0; left: 0; position: absolute; background-color: currentColor; border-radius: 2px; }
.header .header-container .header-list .header-bottom { border-color: #fff; }
.header .header-container .header-entrance { font-size: 14px; color: #fff; font-weight: bolder; }
.header .header-container .header-entrance .header-login { margin-right: 28px; }
.header .header-container .header-entrance .header-register { width: 80px; height: 32px; line-height: 32px; text-align: center; border-radius: 50px; background: linear-gradient(to right, #fe8500 0%, #ffb102 100%); }
.header-active .header-login { color: #000; }
